تقرير بضاعة اول مدة


سعر الشراء جمله نصف جمله تجزئة

{if {count($storedetailData)} > 0}
{$message}

{if {count($storedetailData)} > 0} {/if} {if {$productBuyPrice} eq 1} {/if} {if {$productSellAllPrice} eq 1} {/if} {if {$productSellHalfPrice} eq 1} {/if} {if {$productSellUnitPrice} eq 1} {/if} {assign var=x value=1} {foreach $storedetailData as $storedetail} {if {$productBuyPrice} eq 1} {/if} {if {$productSellAllPrice} eq 1} {/if} {if {$productSellHalfPrice} eq 1} {/if} {if {$productSellUnitPrice} eq 1} {/if} {capture assign=x}{$x+1}{/capture} {/foreach}
الرقم اسم المخزن اسم المنتج الكميةسعر الشراءسعر الجملهسعر نصف لجملهسعر الوحدةتاريخ اخر عملية
{$x} {$storedetail->storeName} {$storedetail->productName} {$storedetail->productquantity}{$storedetail->productBuyPrice}{$storedetail->productSellAllPrice}{$storedetail->productSellHalfPrice}{$storedetail->productSellUnitPrice}{$storedetail->storedetaildate}
{/if}

{if {count($storedetailData)} > 0}
{/if}